.fixed-btn{
  display: none;
}
@media (max-width: 1400px){
  .fixed-btn{display: block;}
}
/* ----------------------------------------
TOP-MV
---------------------------------------- */
#top-mv .slick-slide video,
#top-mv .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1920 / 782;
}

#top-mv .slick-slide a {
  transition: opacity 0.12s;
}

#top-mv .slick-slide a.hover {
  opacity: 0.8;
}

#top-mv .dot-nav{
  display: flex;
  justify-content: center;
}
#top-mv .dot-item {
  width: 1rem;
  height: 1rem;
  background-color: #e9ecee;
  border-radius: 50%;
  cursor: pointer;
  margin: 2rem 0.5rem 0;
}
#top-mv .dot-item.dot-current {
  background-color: var(--main-color);
}

#top-mv .slick-arrow {
  position: absolute;
  top: calc(50% - 3rem);
  z-index: 10;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--main-color);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  text-indent: 100%;
  overflow: hidden;
  transition: opacity 0.12s;
}

#top-mv .slick-arrow:hover {
  opacity: 0.9;
  box-shadow:none;
}

#top-mv .slick-prev::before,
#top-mv .slick-next::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#top-mv .slick-prev {
  left: 3rem;
}

#top-mv .slick-next {
  right: 3rem;
}

#top-mv .slick-prev::before {
  top: 2.8rem;
  right: 2rem;
  transform: translateY(-45%) rotate(-135deg);
}

#top-mv .slick-next::before {
  top: 2.2rem;
  left: 2rem;
  transform: rotate(45deg);
}


#top-mv .video{
  position:relative;
}
#top-mv .video p{
  max-width: 141rem;
  padding: 0 12rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  
  font-size: 5.6rem;
  line-height: 1.167;
  font-weight: bold; 
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2rem rgba(0, 0, 0, 90%);
}


/* ----------------------------------------
Catch
---------------------------------------- */
#top-catch {
  /*margin-top: 12.3rem;*/
  margin-top: 8rem;
  padding: 0 6rem;
}

#top-catch h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--main-color);
}

#top-catch .category-list {
  display: flex;
  max-width: 137.6rem;
  height: 18rem;
  margin: 6rem auto 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 5%);
  border: 1px solid #e9ecee;
  background-color: #f2f6f8;
}

#top-catch .category-list li + li a {
  border-left: 1px solid #e9ecee;
}

#top-catch .category-list li {
  width: calc(100% / 4);
}

#top-catch .category-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  height: 100%;
  padding-top: 1rem;
  transition: border 0.12s, background-color 0.12s, color 0.12s;
}

#top-catch .category-list a.hover {
  border-left: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

#top-catch .category-list a > span {
  display: grid;
  place-items: center;
  height: 4.2rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

#top-catch .category-list .small {
  font-size: 1.4rem;
  line-height: 1.714;
}

#top-catch img {
  max-width: 12rem;
  object-fit: contain;
}

/* ----------------------------------------
PRODUCTS
---------------------------------------- */
#top-products {
  display: flex;
  margin-top: 8rem;
}

#top-products .content-block {
  width: 50%;
}

#top-products .content-block p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.333;
  padding: 0 1.5rem;
}

#top-products .content-block .link-btn {
  margin: 2.9rem auto 0;
}

#top-products ul {
  display: flex;
  flex-wrap: wrap;
}

#top-products ul li {
  width: 50%;
}

#top-products ul li:nth-child(-n + 4) {
  position: relative;
  aspect-ratio: 405 / 335;
  background-color: #90bcd8;
}

#top-products ul li.bunner {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

#top-products ul li.bunner01 {
  padding-right: 1px;
}

#top-products ul li.bunner02 {
  padding-left: 1px;
}

#top-products ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

#top-products ul li a figure {
  overflow: hidden;
}

#top-products ul li a img {
  transition: transform 0.5s ease-out, opacity 0.12s;
}

#top-products ul li a.hover img {
  opacity: 0.8;
  /*transform: scale(1.06) rotate(0.1deg);*/
  transform: scale(1.06);
}

#top-products ul li span {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 100%;
  transition: color 0.12s;
}

/* ----------------------------------------
.bunner-link
---------------------------------------- */
.bunner-link {
  height: 44.5rem;
  padding: 7.5rem 6rem 0;
  text-align: center;
  background: url(/images2/home/bg-water.jpg) no-repeat top center / cover;
}

.bunner-link a {
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 30%);
  transition: box-shadow 0.12s;
}

.bunner-link a.hover {
  box-shadow: none;
}

.bunner-link img {
  max-width: 100rem;
}

/* ----------------------------------------
Business
---------------------------------------- */
#top-business {
  background-color: transparent;
  margin-top: -7.6rem;
}

#top-business h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}

#top-business ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

#top-business li {
  width: calc(100% / 3);
}

#top-business li a {
  position: relative;
  display: block;
  overflow: hidden;
}
/*
#top-business li a.hover {
} */

#top-business li a img {
  transition: transform 0.5s ease-out, opacity 0.12s;
  object-fit: cover;
}

#top-business li a.hover img {
  /*transform: scale(1.06) rotate(0.1deg);*/
  transform: scale(1.06);
  opacity: 0.8;
}

#top-business li a span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-shadow: 0px 1px 2rem rgba(0, 0, 0, 90%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  transition: color 0.12s;
}

#top-business .link-btn {
  position: relative;
  z-index: 10;
  margin: -2.9rem auto 0;
}

/* ----------------------------------------
Supply Record
---------------------------------------- */
#top-record {
  margin-top: 9.1rem;
  background-color: #f2f6f8;
  padding: 0 6rem;
}

#top-record .inner {
  position: relative;
  padding: 8rem 0rem;
  max-width: 141rem;
  margin: 0 auto;
  width: 100%;
}

#top-record .record-tab-list {
  display: flex;
  width: 100%;
  justify-content: center;
  border: 1px solid var(--main-color);
}

#top-record .record-tab-list li {
  width: 100%;
  scroll-margin-top: 19rem;
  cursor: pointer;
}

#top-record .record-tab-list li + li {
  border-left: 1px solid var(--main-color);
}

#top-record .tab-link {
  display: block;
  width: 100%;
  height: 6.4rem;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
  color: var(--main-color);
  pointer-events: none;
  transition: background-color 0.12s, color 0.12s;
}

#top-record .tab-item.active a,
#top-record .tab-link:hover {
  background-color: var(--main-color);
  color: #fff;
}

#top-record .tab-link span {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 6rem;
}

#top-record .tab-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-top 0.12s, border-right 0.12s, transform 0.12s;
}

#top-record .tab-link:hover span::before {
  border-color: #fff;
}

#top-record .tab-item.active a span::before {
  border-color: #fff;
  transform: translateY(-50%) rotate(135deg);
}

#top-record .record-content {
  position: relative;
  padding-top: 6rem;
  scroll-margin-top: 25rem;
}

#tab01.is-show #tab01,
#tab02.is-show #tab02 {
  display: block;
}

#top-record .slick-slide {
  margin: 0 1.5rem;
}

#top-record .slick-slide figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.8rem;
}

#top-record .slick-slide img {
  aspect-ratio: 440 / 248;
  transition: transform 0.5s ease-out, opacity 0.12s;
}

#top-record .slick-slide a.hover img {
  /*transform: scale(1.06) rotate(0.1deg);*/
  transform: scale(1.06);
  opacity: 0.8;
}

#top-record .slick-slide figcaption {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  background-color: #278bd6;
  padding: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

#top-record .slick-slide span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  transition: color 0.12s;
}

#top-record .slick-slide a.hover span {
  color: var(--main-color);
}

#top-record .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--main-color);
  text-indent: 100%;
  overflow: hidden;
  transition: opacity 0.12s;
}

@media (max-width: 1300px) {
  #top-record .slick-arrow {
    top: 25%;
  }
}

@media (max-width: 1200px) {
  #top-record .slick-arrow {
    top: 23%;
  }
}

@media (max-width: 1050px) {
  #top-record .slick-arrow {
    top: 18%;
  }
}

#top-record .slick-arrow:hover {
  opacity: 0.8;
}

#top-record .slick-prev::before,
#top-record .slick-next::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#top-record .slick-prev {
  left: -3.5rem;
}

#top-record .slick-next {
  right: -3.5rem;
}

#top-record .slick-prev::before {
  top: 1.9rem;
  right: 1.4rem;
  transform: translateY(-45%) rotate(-135deg);
}

#top-record .slick-next::before {
  top: 1.5rem;
  left: 1.3rem;
  transform: rotate(45deg);
}

#top-record .pagination {
  margin: 4rem 0;
}

/* ----------------------------------------
SNS
---------------------------------------- */
#top-sns {
  margin: 12rem 6rem;
}

#top-sns .inner {
  width: 100%;
  max-width: 138rem;
  margin: 0 auto;
}

#top-sns ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 auto;
}

#top-sns li {
  width: 100%;
  /*max-width: 26.4rem;*/
  max-width: 21.75rem;
}

#top-sns ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 26.4rem;
}

#top-sns a {
  display: block;
  text-align: center;
}

#top-sns .icon {
  border: 1px solid #e9ecee;
  height: 12rem;
  display: grid;
  place-items: center;
  transition: opacity 0.12s;
}

#top-sns a.hover .icon {
  opacity: 0.8;
}

#top-sns img {
  max-width: 5rem;
}

#top-sns .name {
  margin-top: 0.8rem;
  display: inline-block;
  color: #555555;
  font-size: 1.6rem;
  font-weight: bold;
  transition: color 0.12s;
}

#top-sns a.hover .name {
  color: var(--main-color);
}



/* ----------------------------------------
.local
---------------------------------------- */
#top-products ul li.bunner02 {
  padding-left: 0;
  width: 100%;
}
#top-record h2{
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

#top-sns .sns-wechat .icon{
  display: flex;
  justify-content: center;
}
#top-sns .sns-wechat .icon img:first-child{
  max-width: 9rem;
  margin: 0 1rem 0 0;
}


